ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / ItemFormatter Property

In This Topic
    ItemFormatter Property (ChartAxis<T>)
    In This Topic
    Gets or sets the itemFormatter client-side function name for axis labels.
    Syntax
    'Declaration
     
    Public Property ItemFormatter As String
    public string ItemFormatter {get; set;}
    See Also